type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryDateToDateScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		date.go#L233: 			return scanPlanBinaryDateToDateScanner{}
		date.go#L245: type scanPlanBinaryDateToDateScanner struct{}
		date.go#L247: func (scanPlanBinaryDateToDateScanner) Scan(src []byte, dst any) error {